Carbon


VdigIntProcPtr

Header: QuickTimeComponents.h Carbon status: Supported

typedef void(* VdigIntProcPtr) (
    SInt32 flags, 
    SInt32 refcon
);

You would declare your function like this if you were to name it MyVdigIntCallback:

void MyVdigIntCallback (
    SInt32 flags, 
    SInt32 refcon
);
flags
refcon

AVAILABILITY

Supported in Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 5/10/2000)